Resource Constructor (String) |
Initializes a new instance of the Resource class specified by address.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Resource(
string address
)
Public Sub New (
address As String
)
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
See Also